@charset "utf-8";
.header {
    padding: 25px 0 20px 0;
    height: 70px;
}

.header > .content {
    height: 100%;
    overflow: hidden;
}

.header > .content > a {
    display: inline-block;
    height: 100%;
    overflow: hidden;
}

.header > .content > a > img.logoImg {
    display: inline-block;
    height: 100%;
    padding-right: 8px;
    border-right: 1px solid #ccc;
    float: left;
}

.header > .content > a > span.slogan,
.header > .content > a.tel > span {
    display: inline-block;
    height: 100%;
    padding: 0;
    padding-left: 10px;
    float: left;
	padding-top:10px;
}

.header > .content > a > span.slogan > i,
.header > .content > a.tel > span > i {
    font-style: normal;
    display: block;
    font-size: 22px;
    line-height: 24px;
    color: #333;
}

.header > .content > a > span.slogan > i:last-child {
    margin-top: 6px;
}

.header > .content > a.tel > img {
    display: inline-block;
    float: left;
    margin-right: 5px;
	margin-top:8px;
}

.header > .content > a.tel {
    padding-top: 8px;
}

.header > .content > a.tel > span > i {
    display: block;
    font-size: 16px;
    color: #9b9b9b;
    margin-top: -8px;
}

.header > .content > a.tel > span > i:last-child {
    font-size: 35px;
    line-height: 35px;
    color: #df3536;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
}

.nav {
    background: #df3536;
    height: 65px;
}

.nav .navBox {
    display: flex;
}

.nav .navBox > li.navItem {
    text-align: center;
    line-height: 65px;
    position: relative;
    color: #fff;
    flex: 1;
}

.nav .navBox > li.navItem:after {
    content: "|";
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}

.nav .navBox > li.navItem a {
    display: block;
    color: #fff;
	font-size:16px;
}

.nav .navBox > li.navItem:last-child:before {
    content: "|";
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
}

.nav .navBox > li.navItem:hover {
    background: #666;
}

.nav .navBox > li.navItem .dropDown {
    width: 100%;
    position: absolute;
    top: 75px;
    left: 0;
    background: #383333;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.nav .navBox > li.navItem .dropDown a {
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 15px;
}

.nav .navBox > li.navItem:hover .dropDown {
    visibility: visible;
    opacity: 1;
    top: 65px;
}

.nav .navBox > li.navItem .dropDown a:hover {
    background: #df3536;
}

/*banner*/
.mobilBanner{
    display: none;
}
.banner,
.mobilBanner{
    position: relative;
    height: 600px;
    z-index: 9;
	padding-top:8px;
}

.banner .bannerImgBox,
.mobilBanner .bannerImgBox {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.banner .bannerImgBox ul,
.mobilBanner .bannerImgBox ul {
    width: 100% !important;
}

.banner .bannerImgBox li,
.mobilBanner .bannerImgBox li {
    width: 100% !important;
    overflow: hidden;
    text-align: center;
}

.banner .bannerImgBox li a,
.mobilBanner .bannerImgBox li a {
    display: block;
}

.banner .bannerImgBox .pagination,
.mobilBanner .bannerImgBox .pagination {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 0;
    height: 30px;
    line-height: 30px;
}

.banner .bannerImgBox .pagination span,
.mobilBanner .bannerImgBox .pagination span {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 12px;
    width: 12px;
    margin: 5px;
    background: rgba(255, 255, 255, 0.7);
    overflow: hidden;
    line-height: 9999px;
    border-radius: 25px;
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}

.banner .bannerImgBox .pagination span.swiper-pagination-bullet-active,
.mobilBanner .bannerImgBox .pagination span.swiper-pagination-bullet-active {
    background: #df3536;
    width: 40px;
}

/*搜索*/
.search {
    line-height: 68px;
}

.search .hotKeywords {
    float: left;
}

.search .hotKeywords > li {
    float: left;
    padding: 0 8px;
}

.search .hotKeywords > li.title {
    font-size: 16px;
    color: #df3536;
    font-weight: bold;
}

.search .searchBox {
    width: 350px;
    padding-bottom: 16px;
    float: right;
    padding-top: 16px;
    position: relative;
}

.search .searchBox input.searchKw {
    width: 270px;
    height: 18px;
    border: 1px solid #df3536;
    border-radius: 3px 0 0 3px;
    border-right: 0;
    padding: 8px;
    font-size: 12px;
}

.search .searchBox .btnSearch {
    display: inline-block;
    width: 62px;
    height: 36px;
    color: #fff;
    border: 0;
    border-radius: 0 3px 3px 0;
    vertical-align: bottom;
    background: #df3536;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    transition: .3s;
    font-weight: 400;
}

/*产品列表*/
.proList {
    background: #eee;
    padding-top: 50px;
    padding-bottom: 20px;
}

.proList .title {
    margin-bottom: 45px;
}

.proList .title span {
    display: block;
    text-align: center;
    color: #333333;
    font-size: 30px;
    font-weight: bold;
}

.proList .title span > i {
    font-style: normal;
    color: #df3536;
}

.proList .title p {
    text-align: center;
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
}

.proList .proBox {
    margin-bottom: 35px;
}

.proList .proBox > .title,
.proList .proBox > .left > .title,
.proList .proBox > .right > .title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #df3536;
    margin-bottom: 5px;
}

.proList .proBox > .title.red,
.proList .proBox > .left > .title.red,
.proList .proBox > .right > .titl.red {
    border-bottom: 2px solid #df3536;
}

.proList .proBox > .title > span,
.proList .proBox > .left > .title > span,
.proList .proBox > .right > .title > span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #df3536;
    padding: 0 20px;
    font-size: 18px;
}

.proList .proBox > .title.red > span,
.proList .proBox > .left > .title.red > span,
.proList .proBox > .right > .title.red > span {
    background: #df3536;
}

.proList .proBox > .title > a,
.proList .proBox > .left > .title > a,
.proList .proBox > .right > .title > a {
    float: right;
    font-size: 15px;
    color: #666666;
}

.proList .proBox > .title > a:hover,
.proList .proBox > .left > .title > a:hover,
.proList .proBox > .right > .title > a:hover {
    color: #df3536;
}

.proList .proBox > ul,
.proList .proBox > .left > ul,
.proList .proBox > .right > ul {
    margin: 0 -10px;
}

.proList .proBox > ul > li.proItem,
.proList .proBox > .left > ul > li.proItem,
.proList .proBox > .right > ul > li.proItem {
    width: 25%;
    padding: 10px;
    float: left;
}

.proList .proBox > ul > li.proItem > a,
.proList .proBox > .left > ul > li.proItem > a,
.proList .proBox > .right > ul > li.proItem > a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
}

.proList .proBox > ul > li.proItem > a > .proItemBox,
.proList .proBox > .left > ul > li.proItem > a > .proItemBox,
.proList .proBox > .right > ul > li.proItem > a > .proItemBox {
    width: 100%;
    height: 90%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px;
	padding-top:2px;
	border: 1px solid #ddd;
    box-sizing: border-box;
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}

.proList .proBox > ul > li.proItem > a > .proItemBox:hover,
.proList .proBox > .left > ul > li.proItem > a > .proItemBox:hover,
.proList .proBox > .right > ul > li.proItem > a > .proItemBox:hover {
    box-shadow: 0px 10px 15px rgba(0, 0, 0, .1);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}

.proList .proBox > ul > li.proItem > a > .proItemBox .img,
.proList .proBox > .left > ul > li.proItem > a > .proItemBox .img,
.proList .proBox > .right > ul > li.proItem > a > .proItemBox .img {
    width: 100%;
    overflow: hidden;
}

.proList .proBox > ul > li.proItem > a > .proItemBox .img > img,
.proList .proBox > .left > ul > li.proItem > a > .proItemBox .img > img,
.proList .proBox > .right > ul > li.proItem > a > .proItemBox .img > img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}

.proList .proBox > ul > li.proItem > a > .proItemBox .img > img:hover,
.proList .proBox > .left > ul > li.proItem > a > .proItemBox .img > img:hover,
.proList .proBox > .right > ul > li.proItem > a > .proItemBox .img > img:hover {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}

.proList .proBox > ul > li.proItem > a > .proItemBox h5,
.proList .proBox > .left > ul > li.proItem > a > .proItemBox h5,
.proList .proBox > .right > ul > li.proItem > a > .proItemBox h5 {
    display: block;
    text-align: center;
    height: 40px;
    line-height: 60px;
    font-size: 18px;
    color: #000;
    font-weight: normal;
}

.proList .proBox > ul > li.proItem > a > .proItemBox h5:hover,
.proList .proBox > .left > ul > li.proItem > a > .proItemBox h5:hover,
.proList .proBox > .right > ul > li.proItem > a > .proItemBox h5:hover {
    color: #df3536;
}

.proList .proBox > .left {
    width: calc(50% - 10px);
    margin-right: 20px;
}

.proList .proBox > .right {
    width: calc(50% - 10px);
}

.proList .proBox > .left > ul > li.proItem,
.proList .proBox > .right > ul > li.proItem {
    width: 50%;
}

/*产品优势*/
.advantage {
    padding: 76px 0 72px 0;
}

.advantage .title {
    background: url("../images/advantageBg.png") top center no-repeat;
    display: flex;
    margin-bottom: 50px;
}

.advantage .title > .titleText {
    margin: 0 auto;
}

.advantage .title > .titleText > span {
    display: block;
}

.advantage .title > .titleText > span:nth-child(1) {
    color: #333;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
}

.advantage .title > .titleText > span:nth-child(2) {
    color: #df3536;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
}

.advantage .title > .titleText > span:nth-child(2) > i {
    font-style: normal;
}

.advantage .title > .titleText > span:nth-child(3) {
    color: #df3536;
    font-size: 34px;
    line-height: 34px;
    font-weight: bold;
    margin-bottom: 15px;
}

.advantage .title > .titleText > span:nth-child(4) {
    position: relative;
    background-color: #df3536;
    font-size: 14px;
    color: #fff;
    width: 650px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.advantage .title > .titleText > span:nth-child(4):after {
    position: absolute;
    content: '';
    display: block;
    left: 50%;
    top: 30px;
    border-left: 12px solid transparent;
    border-top: 12px solid #df3536;
    border-right: 12px solid transparent;
}

.advantage ul.list > li.item {
    float: left;
    width: calc(50% - 0.5px);
    margin-bottom: 1px;
    margin-right: 1px;
    height: 190px;
    overflow: hidden;
    background: #f1f1f1;
}

.advantage ul.list > li.item:nth-child(2n) {
    margin-right: 0;
}

.advantage ul.list > li.item:nth-child(3),
.advantage ul.list > li.item:nth-child(4) {
    margin-bottom: 0;
}

.advantage ul.list > li.item > img {
    width: 266px;
    height: 190px;
    float: left;
}

.advantage ul.list > li.item > .describe {
    float: left;
    width: calc(100% - 266px);
    height: 190px;
    position: relative;
    display: flex;
}

.advantage ul.list > li.item > .describe > p {
    position: absolute;
    top: 50%;
    left: 50%;
	width:100%;
    transform: translate(-50%, -50%);
}

.advantage ul.list > li.item > .describe > p > span {
    display: block;
    text-align: center;
    color: #333;
    font-size: 18px;
    line-height:28px;
}

.advantage ul.list > li.item > .describe > p > span:first-child {
    color: #df3536;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

/*关于我们*/
.about {
    height: 618px;
    background: url(../images/aboutBg.jpg) no-repeat center;
}

.about .left {
    width: 550px;
    height: 420px;
    overflow: hidden;
    display: block;
    margin-top: 98px;
    float: left;
}

.about .left > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 999;
}

.about > .content {
    position: relative;
}

.about > .content:after {
    content: "";
    width: 1171px;
    height: 512px;
    background: url(../images/about_content.png) no-repeat center;
    position: absolute;
    left: 60px;
    top: 50px;
    visibility: visible;
}

.about .right {
    position: absolute;
    width: 623px;
    top: 111px;
    right: 0;
    z-index: 99;
}

.about .right > h1 {
    font-size: 32px;
    color: #fff;
    display: block;
}

.about .right > .aboutTab {
    margin-top: 25px;
    margin-bottom: 30px;
}

.about .right > .aboutTab > a {
    display: inline-block;
    width: 119px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, .7);
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
    border-radius: 7px;
}

.about .right > .aboutTab > a:hover,
.about .right > .aboutTab > a.current {
    background: #fff;
    color: #df3536;
}

.about .right > .describe {
    font-size: 15px;
    color: #fff;
    line-height: 27px;
}

.about .right > .describe > p {
    margin-bottom: 20px;
    -webkit-line-clamp: 5;
}

.about .right > .describe > a.more {
    color: #fff;
    display: block;
    width: 120px;
    height: 35px;
    line-height: 35px;
    border: 2px solid rgba(255, 255, 255, .7);
    text-align: center;
    border-radius: 25px;
    margin-left: 0;
}

.about .right > .describe > a:hover {
    background: #fff;
    color: #df3536;
}

/*成功案例*/
.success .content {
    padding: 80px 0 40px 0;
}

.success .content .title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #df3536;
    margin-bottom: 20px;
}

.success .content .title > span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #3f3f3f;
    padding: 0 20px;
    font-size: 24px;
    font-weight: bold;
}

.success .content .successList {
    margin-right: -30px;
}

.success .content .successList > li.item {
    width: calc(33.333% - 30px);
    margin-right: 30px;
    margin-bottom: 26px;
    height: 340px;
    float: left;
    background: #fff;
    box-sizing: border-box;
    -webkit-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
}

.success .content .successList > li.item:hover {
    box-shadow: 0px 10px 15px rgba(0, 0, 0, .1);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}

.success .content .successList > li.item > a {
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-bottom: 2px solid #e6e6e6;
}

.success .content .successList > li.item:hover > a {
    border: none;
}

.success .content .successList > li.item img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.success .content .successList > li.item img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.success .content .successList > li.item h2 {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #414141;
    font-weight: normal;
	text-align:center;
}

.success .content .more {
    display: block;
    box-sizing: border-box;
    width: 182px;
    height: 48px;
    border: 1px solid #ccc;
    border-radius: 10px;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 46px;
    text-align: center;
}

.success .content .more:hover {
    background: #df3536;
    color: #fff;
    border-color: #df3536;
}

/*文章部分*/
.article > .content {
    padding: 10px 0 60px 0;
}

.article > .content > .news,
.article > .content > .questions {
    float: left;
}

.article > .content > .news {
    width: 780px;
    margin-right: 30px;
}

.article > .content > .questions {
    width: calc(100% - 810px);
}

.article > .content > .news > .title,
.article > .content > .questions > .title {
    width: 100%;
    margin-bottom: 20px;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #ececec;
}

.article > .content > .news > .title p,
.article > .content > .questions > .title p {
    font-size: 22px;
    color: #000000;
    padding-left: 33px;
    height: 47px;
    line-height: 47px;
    border-bottom: 2px solid #df3536;
    display: inline-block;
    padding-right: 3px;
}

.article > .content > .news > .title p {
    background: url(../images/news-ico.png) no-repeat left center;
}

.article > .content > .questions > .title p {
    background: url(../images/question-ico.png) no-repeat left center;
}

.article > .content > .news > .articleListBox > .left {
    width: 270px;
    height: 330px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

.article > .content > .news > .articleListBox > .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article > .content > .news > .articleListBox > .right {
    width: calc(100% - 290px);
    height: 330px;
    overflow: hidden;
    float: left;
}

.article > .content > .news > .articleListBox > .right .recommend {
    width: 100%;
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 8px;
    margin-bottom: 5px;
}

.article > .content > .news > .articleListBox > .right .recommend p,
.article > .content > .news > .articleListBox > .right .articleList > li.item > p {
    height: 37px;
    line-height: 37px;
    overflow: hidden;
}

.article > .content > .news > .articleListBox > .right .recommend p a,
.article > .content > .news > .articleListBox > .right .articleList > li.item > a {
    display: inline-block;
    width: calc(100% - 95px);
    font-size: 15px;
    color: #000000;
    font-weight: bold;
}

.article > .content > .news > .articleListBox > .right .recommend p a:hover,
.article > .content > .news > .articleListBox > .right .articleList > li.item > a:hover {
    color: #df3536;
}

.article > .content > .news > .articleListBox > .right .recommend p > span,
.article > .content > .news > .articleListBox > .right .articleList > li.item > span {
    float: right;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    color: #b4b4b4;
    margin-left: 15px;
}

.article > .content > .news > .articleListBox > .right .recommend > span {
    width: 100%;
    font-size: 14px;
    color: #959595;
    line-height: 26px;
    height: 52px;
    -webkit-line-clamp: 2;
}

.article > .content > .news > .articleListBox > .right .articleList > li.item {
    position: relative;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    padding-left: 16px;
}

.article > .content > .news > .articleListBox > .right .articleList > li.item:before {
    display: block;
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d3d3d3;

}

.article > .content > .news > .articleListBox > .right .articleList > li.item > a {
    font-weight: normal;
}

.article > .content > .news > .articleListBox > .right .articleList > li.item > span {
    height: 38px;
    line-height: 38px;
}

.article > .content > .questions .questionList {
    width: 100%;
    height: 330px;
}

.article > .content > .questions .questionList > li.item {
    width: 100%;
}

.article > .content > .questions .questionList > li.item h1 {
    position: relative;
    height: 40px;
    line-height: 40px;
    background: #f2f2f2;
    padding: 0 10px 0 50px;
    font-weight: normal;
    margin-bottom: 10px;
}

.article > .content > .questions .questionList > li.item > a:hover h1 {
    color: #df3536;
}

.article > .content > .questions .questionList > li.item h1:before {
    position: absolute;
    height: 40px;
    line-height: 40px;
    width: 40px;
    display: block;
    content: '问';
    background: #df3536;
    font-weight: normal;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
}

.article > .content > .questions .questionList > li.item p {
    box-sizing: content-box;
    position: relative;
    height: 0;
    line-height: 26px;
    background: #fff;
    padding: 0 10px 0 50px;
    color: #616161;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.article > .content > .questions .questionList > li.item.active p {
    height: 72px;
    padding-bottom: 10px;
}

.article > .content > .questions .questionList > li.item p:hover {
    color: #df3536;
}

.article > .content > .questions .questionList > li.item p:before {
    position: absolute;
    height: 40px;
    line-height: 40px;
    width: 40px;
    display: block;
    content: '答';
    background: #00c643;
    font-weight: normal;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
}

/*footer*/
.footer {
    background: #252525;
}

.footer .content {
    padding: 45px 0 25px 0;
    background: url(../images/footerBg.png) no-repeat 20px center;
}

.footer .content > .left {
    width: 657px;
    float: left;
}

.footer .content > .left > ul {
    float: left;
    width: 100px;
    margin-right: 30px;
}

.footer .content > .left > ul > li {
    display: block;
    font-size: 14px;
    color: #6f6f6f;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

.footer .content > .left > ul.center {
    width: 360px;
}

.footer .content > .left > ul.center > li {
    width: 100%;
    float: left;
}

.footer .content > .left > ul.center > li:first-child {
    width: 100%;
}

.footer .content > .left > ul > li:first-child {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    padding-bottom: 13px;
    margin-bottom: 8px;
}

.footer .content > .left > ul > li:first-child:after {
    content: "";
    width: 7px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer .content > .left > ul > li:first-child a {
    display: block;
    color: #fff;
}

.footer .content > .right {
    width: 542px;
    float: right;
}

.footer .content > .right .title {
    display: block;
    font-size: 15px;
    color: #cbcbcb;
    width: 80px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #3c3c3c;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 0;
}

.footer .content > .right > ul {
    float: left;
}

.footer .content > .right > ul.tel li {
    font-size: 14px;
    color: #8c8c8c;
    line-height: 32px;
    margin-bottom: 12px;
    padding-left: 40px;
}

/*需要补图标*/
.footer .content > .right > ul.tel li:nth-of-type(1) {
    background: url(‘’) no-repeat left top;

}

.footer .content > .right > ul.tel li:nth-of-type(2) {
    background: url(‘’) no-repeat left top;

}

.footer .content > .right > ul.tel li:nth-of-type(3) {
    background: url(‘’) no-repeat left top;

}

.footer .content > .right > ul.tel li:nth-of-type(4) {
    background: url(‘’) no-repeat left top;

}

.footer .content > .right > ul.tel li:nth-of-type(5) {
    background: url(‘’) no-repeat left top;

}

.footer .content > .right > ul.tel li > a {
    color: #8c8c8c;
}

.footer .content > .right > ul:last-child {
    float: right;
}

.footer .content > .right > ul:last-child > li:first-child {
    width: 168px;
    height: 168px;
    overflow: hidden;
}

.footer .content > .right > ul:last-child > li:last-child {
    text-align: center;
    font-size: 14px;
    color: #6f6f6f;
    margin-top: 10px;
}

.footer .content > .right > ul:last-child > li:first-child img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*版权声明*/
.copyright {
    text-align: center;
    height: 60px;
    line-height: 60px;
    background: #1a1a1a;
    font-size: 12px;
    color: #a6a6a6;
}

.copyright a {
    color: #a6a6a6;
}
/*友情链接*/
@media screen and (max-width: 780px) {
.copyrightyz {
	display: none;
}
}
.copyrightyz {
    background: #eee;
    padding-top: 8px;
}
.copyrighty {
	width: 1200px;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    color: #a6a6a6;
}
.zmki_link{
margin-left:0px;
line-height: 28px;
}
.zmki_link ul{
float: left;
}
.zmki_link li{
display: inline;
padding-left: 0px;
}
.zmki_link li a{
font-size: 15px;
}



/*移动端响应*/

/*!*平板、横屏小平板*!*/
@media screen and (max-width: 1200px) {
    .content {
        width: 100vw;
        padding: 0 2vw;
    }
    .banner{
        display: none;
    }
    .mobilBanner {
        display: block;
        height: 46.9vw;
    }

    .mobilBanner .swiper-slide a > img {
        height: 46.9vw;
        width: 100%;
        object-fit: cover;
    }

    .about {
        height: 48vw;
    }

    .about > .content:after {
        content: "";
        width: 90vw;
        height: 40vw;
        background: url(../images/about_content.png) no-repeat center;
        position: absolute;
        -webkit-background-size: contain;
        background-size: contain;
        left: 5vw;
        top: 4vw;
        visibility: visible;
    }

    .about .left {
        width: 46vw;
        height: 35vw;
        margin-top: 6.5vw;
    }

    .about .right {
        width: 42vw;
        top: 10vw;
        right: 7vw;
    }

    .success .content,
    .article > .content,
    .footer .content {
        padding-left: 2vw;
        padding-right: 2vw;
    }

    .footer .content > .left {
        width: 56vw;
    }

    .footer .content > .left > ul {
        width: 8vw;
        margin-right: 4vw;
    }

    .footer .content > .left > ul.center {
        width: 28vw;
    }

    .footer .content > .right {
        width: 40vw;
    }

    .footer .content > .right > ul:last-child > li:first-child {
        width: 16vw;
        height: 16vw;
    }

}

@media screen and (max-width: 1000px) {

    .search .hotKeywords {
        display: none;
    }

    .search .searchBox {
        width: 100%;
    }

    .search .searchBox input.searchKw {
        width: calc(96vw - 80px);
        height: 24px;
    }

    .search .searchBox .btnSearch {
        height: 42px;
    }

    .proList .proBox > ul, .proList .proBox > .left > ul,
    .proList .proBox > .right > ul {
        margin: 0 -5px;
    }

    .proList .proBox > ul > li.proItem,
    .proList .proBox > .left > ul > li.proItem,
    .proList .proBox > .right > ul > li.proItem {
        padding: 5px;
    }

    .proList .proBox > .left {
        width: calc(50% - 5px);
        margin-right: 10px;
    }

    .advantage ul.list > li.item {
        width: calc(50% - 2.5px);
        margin-bottom: 5px;
        margin-right: 5px;
        height: 50vw;
    }

    .advantage ul.list > li.item > img {
        width: 100%;
        height: 36vw;
        float: none;
        object-fit: cover;
    }

    .advantage ul.list > li.item > .describe {
        width: 100%;
        float: none;
        height: 14vw;
    }

    .advantage ul.list > li.item > .describe > p > span:first-child {
        margin-bottom: 10px;
    }

    .about {
        height: auto;
        overflow: hidden;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .about > .content {
        padding-top: 2vw;
        padding-bottom: 2vw;
    }

    .about > .content:after {
        content: "";
        width: 94vw;
        left: 3vw;
        display: none;
    }

    .about .left {
        width: 100%;
        height: 70vw;
        margin-top: 0;
        float: none;
    }

    .about .right {
        width: 100%;
        float: none;
        position: initial;
        margin-top: 20px;
    }

    .success .content .successList {
        margin-right: -10px;
    }

    .success .content .successList > li.item {
        width: calc(50% - 10px);
        margin-right: 10px;
        margin-bottom: 10px;
        height: 340px;
        float: left;
    }

    .success .content .successList > li.item:nth-child(n+5) {
        display: none;
    }

    .success .content .more {
        margin-top: 20px;
    }

    .article > .content > .news,
    .article > .content > .questions {
        width: 100%;
        margin-right: 0;
        float: none;
    }

    .article > .content > .questions {
        margin-top: 20px;
    }

    .footer .content > .left,
    .footer .content > .right .title {
        display: none;
    }

    .footer .content > .right {
        float: none;
        width: 100%;
    }

    .footer .content > .right > ul:last-child > li:first-child {
        width: 24vw;
        height: 24vw;
    }

}

/*!*小平板，横屏手机*!*/
@media screen and (max-width: 768px) {
    .header {
        padding: 15px 0 15px 0;
        height: 45px;
    }

    .header > .content {
        padding-left: 1vw;
        padding-right: 1vw;
    }

    .header > .content > a > img.logoImg {
        border: none;
    }

    .header > .content > a > span.slogan {
        display: none;
    }

    .header > .content > a.tel {
        padding-top: 0;
    }

    .header > .content > a.tel > img {
        width: 28px;
        height: 36px;
        object-fit: contain;
    }

    .header > .content > a.tel > span {
        padding-left: 5px;
    }

    .header > .content > a.tel > span > i {
        font-size: 12px;
    }

    .header > .content > a.tel > span > i:last-child {
        font-size: 26px;
        line-height: 26px;
    }

    .nav {
        height: auto;
        overflow: hidden;
    }

    .nav .navBox {
        display: block;
    }

    .nav .navBox > li.navItem {
        width: 25%;
        float: left;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        line-height: 45px;
    }

    .nav .navBox > li.navItem:nth-child(n+5) {
        border-bottom: none;
    }

    .nav .navBox > li.navItem:nth-child(4n) {
        border-right: none;
    }

    .nav .navBox > li.navItem:after,
    .nav .navBox > li.navItem:last-child:before {
        content: "|";
        display: none;
    }

    .mobilBanner .bannerImgBox .pagination {
        bottom: 5px;
        height: auto;
        line-height: initial;
    }

    .mobilBanner .bannerImgBox .pagination span {
        height: 8px;
        width: 8px;
        margin-left: 3px;
        margin-right: 3px;
    }

    .mobilBanner .bannerImgBox .pagination span.swiper-pagination-bullet-active {
        width: 20px;
    }

    .proList {
        padding-top: 20px;
    }

    .proList .title {
        margin-bottom: 25px;
    }

    .proList .title span {
        font-size: 20px;
    }

    .proList .title p {
        font-size: 12px;
    }

    .proList .proBox {
        margin-bottom: 15px;
    }

    .proList .proBox > .title,
    .proList .proBox > .left > .title,
    .proList .proBox > .right > .title {
        margin-bottom: 15px;
        height: 35px;
    }

    .proList .proBox > .title > span,
    .proList .proBox > .left > .title > span,
    .proList .proBox > .right > .title > span {
        height: 35px;
        line-height: 35px;
        padding: 0 15px;
        font-size: 16px;
    }

    .proList .proBox > .title > a,
    .proList .proBox > .left > .title > a,
    .proList .proBox > .right > .title > a {
        font-size: 12px;
    }

    .proList .proBox > ul > li.proItem,
    .proList .proBox > .left > ul > li.proItem,
    .proList .proBox > .right > ul > li.proItem {
        width: 50%;
    }

    .proList .proBox > ul > li.proItem > a > .proItemBox,
    .proList .proBox > .left > ul > li.proItem > a > .proItemBox,
    .proList .proBox > .right > ul > li.proItem > a > .proItemBox {
        padding: 2px;
    }

    .proList .proBox > ul > li.proItem > a > .proItemBox h5,
    .proList .proBox > .left > ul > li.proItem > a > .proItemBox h5,
    .proList .proBox > .right > ul > li.proItem > a > .proItemBox h5 {
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
    }

    .proList .proBox > .left,
    .proList .proBox > .right {
        width: 100%;
        margin-right: 0;
    }

    .proList .proBox > .left {
        margin-bottom: 15px;
    }

    .advantage {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .advantage .title {
        background-image: none;
        margin-bottom: 25px;
    }

    .advantage .title > .titleText > span:nth-child(1),
    .advantage .title > .titleText > span:nth-child(4) {
        display: none;
    }

    .advantage .title > .titleText > span:nth-child(2) {
        text-align: center;
        color: #333333;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 0;
    }

    .advantage .title > .titleText > span:nth-child(2) > i {
        font-style: normal;
        color: #df3536;
        margin-right: 5px;
    }

    .advantage .title > .titleText > span:nth-child(3) {
        text-align: center;
        font-size: 12px;
        color: #666666;
        font-weight: normal;
        margin-bottom: 0;
    }

    .advantage ul.list > li.item > .describe > p > span:first-child {
        font-size: 18px;
    }

    .advantage ul.list > li.item > .describe > p > span {
        font-size: 14px;
        line-height: 14px;
    }

    .success .content {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .about .right > h1 {
        font-size: 22px;
    }

    .about .right > .aboutTab {
        margin-top: 16px;
        margin-bottom: 20px;
    }

    .success .content .title > span {
        height: 35px;
        line-height: 35px;
        padding: 0;
        font-size: 16px;
    }

    .success .content .successList > li.item {
        height: auto;
    }

    .success .content .successList > li.item img {
        height: 30vw;
    }

    .success .content .successList > li.item:hover {
        box-shadow: none;
        -webkit-transform: none;
        transform: none;
    }

    .success .content .successList > li.item:nth-child(2n) {
        margin-right: 0;
    }

    .article > .content {
        padding-bottom: 15px;
    }

    .article > .content > .news > .title p,
    .article > .content > .questions > .title p {
        background-image: none;
        padding-left: 0;
    }

    .article > .content > .news > .articleListBox > .left {
        display: none;
    }

    .article > .content > .news > .articleListBox > .right {
        width: 100%;
    }

    .article > .content > .news > .title p,
    .article > .content > .questions > .title p {
        font-size: 16px;
        font-weight: bold;
    }

    .footer .content {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .footer .content > .right > ul.tel li {
        line-height: 28px;
        margin-bottom: 0;
    }

    .footer .content > .right > ul.tel li:last-child {
        margin-bottom: 0;
    }

    .footer .content > .right > ul:last-child > li:first-child {
        width: 22vw;
        height: 22vw;
    }

    .footer {
        padding-bottom: 60px;
    }

    .copyright {
        display: none;
    }
}

/*!*目前常用手机*!*/
@media screen and (max-width: 640px) {
    .proList .proBox > ul > li.proItem,
    .proList .proBox > .left > ul > li.proItem,
    .proList .proBox > .right > ul > li.proItem {
        padding: 5px;
    }

    .proList .proBox > ul > li.proItem > a > .proItemBox h5,
    .proList .proBox > .left > ul > li.proItem > a > .proItemBox h5,
    .proList .proBox > .right > ul > li.proItem > a > .proItemBox h5 {
        font-size: 12px;
    }

    .proList .proBox > ul > li.proItem > a > .proItemBox h5,
    .proList .proBox > .left > ul > li.proItem > a > .proItemBox h5,
    .proList .proBox > .right > ul > li.proItem > a > .proItemBox h5 {
        bottom: 5px;
    }

    .advantage ul.list > li.item {
        height: 56vw;
    }

    .advantage ul.list > li.item > .describe {
        height: 20vw;
    }

    .advantage ul.list > li.item > .describe > p {
        width: 100%;
        padding: 4px;
    }

    .advantage ul.list > li.item > .describe > p > span:first-child {
        font-size: 16px;
        margin-bottom: 0;
    }

    .advantage ul.list > li.item > .describe > p > span {
        font-size: 12px;
        line-height: 18px;
    }

    .about > .content {
        padding: 4vw;
    }

    .about .right > h1 {
        font-size: 18px;
    }

    .about .right > .aboutTab > a {
        width: 100px;
        font-size: 12px;
    }

    .success .content .successList > li.item h2 {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }

    .success .content .more {
        width: 100px;
        height: 38px;
        line-height: 38px;
        border-radius: 5px;
        font-size: 12px;
    }
}